.text {
  font-family: Verdana, Geneva, Tahoma, sans-serif;

  font-weight: 100;
  /* text-align: center; */
  text-transform: capitalize;
  /* font-style: italic; */
  letter-spacing: 3px;
  word-spacing: 3px;
  line-height: 40px;
  text-indent: 150px;
  /* text-decoration: line-through; */
  border: 5px solid black;
  border-style: double;
  border-radius: 20px;
}

a {
  text-decoration: none;
}

span {
  text-decoration: underline;
}

div{
  background-color: gray;
  height: 40px;
  padding: 50px;
}
div p{
background-color: brown;
padding: 20px;
}